SendMessage0x1120xF1702ProgramManager

;关闭显示器:SendMessage,0x112,0xF170,2,,ProgramManager;0x112为WM_SYSCOMMAND,0xF170为SC_MONITORPOWER.;对上面命令的注释:使用-1代替2来打开显示器.,;关闭显示器:SendMessage,0x112,0xF170,2,,ProgramManager;0x112为WM_SYSCOMMAND,0xF170为SC_MONITORPOWER.;对上面命令的注释:使用-1代替2来打开显示器.,;0x112:WM_SYSCOMMAND.;0xF170:SC_MONITORPOWER.;2:thedisplayisbeingshutoff.SendMessage,0x112,0xF170,2,,ProgramMa...

PostMessage SendMessage

; 关闭显示器: SendMessage, 0x112, 0xF170, 2,, Program Manager ; 0x112 为WM_SYSCOMMAND, 0xF170 为SC_MONITORPOWER. ; 对上面命令的注释: 使用-1 代替2 来打开显示器.

PostMessage SendMessage

; 关闭显示器: SendMessage, 0x112, 0xF170, 2,, Program Manager ; 0x112 为WM_SYSCOMMAND, 0xF170 为SC_MONITORPOWER. ; 对上面命令的注释: 使用-1 代替2 来打开显示器.

AHK

; 0x112: WM_SYSCOMMAND. ; 0xF170: SC_MONITORPOWER. ; 2: the display is being shut off. SendMessage, 0x112, 0xF170, 2,, Program Manager. Return. Sign up for free ...

Turn monitor off with a keyboard shortcut with AutoHotKey

SendMessage 0x112, 0xF140, 0, , Program Manager ; Start screensaver. SendMessage 0x112, 0xF170, 2, , Program Manager ; Monitor off. Return. ; Win+Shift+-. #+ ...

Display turns on after I turn it off with AutoHotkey command

2016年2月13日 — I use these two shortcuts to turn off the display: Launch_Mail:: #T:: SendMessage, 0x112, 0xF170, 2,, Program Manager. However, not ...

sendmessage, Please help me with this

2007年8月29日 — Ok, if you run this command SendMessage, 0x112, 0xF170, 1,, Program Manager It should blank your screen out (any other ways like this?)

strange behavior (SendMessage to Program Manager)

2018年3月28日 — #SingleInstance force Sleep, 2222 SoundBeep SendMessage, 0x112, 0xF170, 2,, Program Manager ; switch monitor off Sleep, 2222 SoundBeep ...

求讓surface pro3 可以只關閉螢幕的方法? (第3頁)

SendMessage,0x112,0xF170,2,,Program Manager Return ;--------------------- 單純平板無鍵盤我改一下, 若有安裝autohotkey,直接將以下文字複製到你的AutoHotkey ...

Can't get the monitor to turn back on using script.

2020年5月25日 — Does this turn your monitor off and 60 seconds later on again? SendMessage, 0x112, 0xF170, 2,, Program Manager sleep, 60000 SendMessage, 0x112, ...

Display to standby via SendMessage, 0x112, 0xF170, 2,, ...

2018年1月20日 — Apparently to can put a display in stand by with the script 'SendMessage, 0x112, 0xF170, 2,, Program Manager'. I have a system with multiple ...